getCallingActivityIcon

@Nullable
open fun getCallingActivityIcon(): @Nullable Drawable(source)

Get the icon of the calling activity as a Drawable if data about the calling activity is available.

Note: This data may have been provided voluntarily by the calling application. As such it should not be trusted for accuracy in the context of security or verification.

Return

The calling Activity's icon or null if unknown